home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilrexx / tclcstts.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  56 lines

  1. Short:    TurboCalc3.5 ARexx Macros Statistical Analysis
  2. Author:   kohutr@connexus.apana.org.au (Rudy Kohut)
  3. Uploader: kohutr@connexus.apana.org.au (Rudy Kohut)
  4. Type:     arexx
  5.  
  6. ********************************************************************
  7. Note: You MUST have both "rexxreqtools.library" and
  8. "rexxmathlib.library" installed in order for the scripts to work. I
  9. recommend that you obtain the complete archives from aminet.
  10. "rexxreqtools.library" v37.71 copyright 1992-1994 Rafael D'Halleweyn
  11. "rexxmathlib.library" v38.01 copyright 1995 Thomas Richter
  12. Neither library may be used for commercial purposes without the
  13. express consent of the copyright holder. 
  14. ********************************************************************
  15. The archive tcalc_stats.lha should contain the following arexx files:
  16.  
  17.     anova_Oneway.rexx        ANOVA_TwoWay.rexx
  18.     ANOVA_TWOWAY_NO_REP.rexx    Chi-Sq_2_Ind_Sam.rexx
  19.     Correlation.rexx        Covariance.rexx
  20.     Descriptive_Stats.rexx    Exponential_Smooth.rexx
  21.     F_Ratio.rexx            Histogram.rexx
  22.     Moving_Average.rexx        Rank&Percentile.rexx
  23.     Regression.rexx        T-test_Corr_Sample.rexx
  24.     T-test_IndSamples.rexx    T-test_IndSamples_UneqVar.rexx
  25.  
  26. and one TurboCalc file:
  27.  
  28.     STATS_Macros.TCD            STATS_Macros.TCD.info
  29.  
  30. and one help file:
  31.  
  32.     Stats_Help.txt            Stats_Help.txt.info
  33.  
  34. Installation:
  35.  
  36.     Put the arexx files in the TurboCalc/Arexx drawer. Put the
  37. "STATS_Macros" and the "Stats_Help.txt" files anywhere you like.
  38.  
  39. Operation:
  40.  
  41. The Arexx macros can be started either from a Shell or from within
  42. TurboCalc.
  43.  
  44. If started from a Shell, each file will check to see that TurboCalc is
  45. running and, if it is not, will start it and present the user with a
  46. "File/Open" requester. Load in the file you want to work on.**
  47.  
  48. To start from within TurboCalc, open the spreadsheet you have the data
  49. on **, then open the "STATS_Macros" file. The macro sheet contains
  50. macros to start each of the Arexx files. Their names appear in the
  51. "Play..." macro requester. Make sure your data spreadsheet is active
  52. before choosing the Macro to play.
  53.  
  54. ** This assumes you already have the data organised as required for
  55. the macro (see the included "Stats_Help.txt" file).
  56.